Html Css Color HEX #388268 Viridian

📋 copy color: '#388268'

red 56 ◦ green 130 ◦ blue 104

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

Shades of Viridian #388268

Tints of Viridian #388268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.83%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 19.31%
G = 44.83%
B = 35.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#388268 (or 0x388268) is known color: Viridian. HEX triplet: 38, 82 and 68. RGB value is (56,130,104). Sum of RGB (Red+Green+Blue) = 56+130+104=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #388268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388268 is #C77D97. Grayscale: #686868. Windows color (decimal): -13073816 or 6849080. OLE color: 6849080.

HSL color Cylindrical-coordinate representation of color #388268: hue angle of 158.92º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388268 is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 130 104 -
CMYK 0.57 0 0.2 0.49
HSL 158.92º 0.4% 0.36% -
HSV(B) 158.92º 0.57% 0.51% -
XYZ 12.11 17.81 15.9 -
YUV 104.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 56 130 104 0.57 0 0.2 0.49 158.92 0.4 0.36
Hex 38 82 68 39 0 14 31 9F 28 24
Octal 70 202 150 71 0 24 61 237 50 44
Binary 111000 10000010 1101000 111001 0 10100 110001 10011111 101000 100100

Color Harmonies of #388268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388268

Black with #388268

Text Example


Text Example

White with #388268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388268; }

 p { color: rgb(56,130,104); }

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

background-color css

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

 a { background-color: rgb(56,130,104); }

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

border-color css

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

 span { border-color: rgb(56,130,104); }

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