Html Css Color HEX #388562 Viridian

📋 copy color: '#388562'

red 56 ◦ green 133 ◦ blue 98

#388562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #388562

Tints of Viridian #388562

RGB

 RED value IS 56 (22.27% from 255) = 19.51%

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 19.51%
G = 46.34%
B = 34.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#388562 (or 0x388562) is known color: Viridian. HEX triplet: 38, 85 and 62. RGB value is (56,133,98). Sum of RGB (Red+Green+Blue) = 56+133+98=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #388562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388562 is #C77A9D. Grayscale: #6A6A6A. Windows color (decimal): -13073054 or 6456632. OLE color: 6456632.

HSL color Cylindrical-coordinate representation of color #388562: hue angle of 152.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388562 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 98 -
CMYK 0.58 0 0.26 0.48
HSL 152.73º 0.41% 0.37% -
HSV(B) 152.73º 0.58% 0.52% -
XYZ 12.22 18.5 14.48 -
YUV 105.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 56 133 98 0.58 0 0.26 0.48 152.73 0.41 0.37
Hex 38 85 62 3A 0 1A 30 99 29 25
Octal 70 205 142 72 0 32 60 231 51 45
Binary 111000 10000101 1100010 111010 0 11010 110000 10011001 101001 100101

Color Harmonies of #388562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388562

Black with #388562

Text Example


Text Example

White with #388562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388562; }

 p { color: rgb(56,133,98); }

 H1.HeaderClassName
 {
   color: #388562;
 }
 .AnyTagClassName
 {
   color: #388562;
 }
</style>

background-color css

<style>
 a { background-color: #388562; }

 a { background-color: rgb(56,133,98); }

 div.DivClassName
 {
   background-color: #388562;
 }
 .BgClassName
 {
   background-color: #388562;
 }
</style>

border-color css

<style>
 span { border-color: #388562; }

 span { border-color: rgb(56,133,98); }

 td.TdClassName
 {
   border-color: #388562;
 }
 .TagClassName
 {
   border-color: #388562;
 }
</style>