Html Css Color HEX #388067 Viridian

📋 copy color: '#388067'

red 56 ◦ green 128 ◦ blue 103

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

Shades of Viridian #388067

Tints of Viridian #388067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 19.51%
G = 44.6%
B = 35.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#388067 (or 0x388067) is known color: Viridian. HEX triplet: 38, 80 and 67. RGB value is (56,128,103). Sum of RGB (Red+Green+Blue) = 56+128+103=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #388067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388067 is #C77F98. Grayscale: #676767. Windows color (decimal): -13074329 or 6783032. OLE color: 6783032.

HSL color Cylindrical-coordinate representation of color #388067: hue angle of 159.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388067 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 103 -
CMYK 0.56 0 0.20 0.50
HSL 159.17º 0.39% 0.36% -
HSV(B) 159.17º 0.56% 0.5% -
XYZ 11.8 17.26 15.54 -
YUV 103.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 56 128 103 0.56 0 0.20 0.50 159.17 0.39 0.36
Hex 38 80 67 38 0 14 32 9F 27 24
Octal 70 200 147 70 0 24 62 237 47 44
Binary 111000 10000000 1100111 111000 0 10100 110010 10011111 100111 100100

Color Harmonies of #388067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388067

Black with #388067

Text Example


Text Example

White with #388067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388067; }

 p { color: rgb(56,128,103); }

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

background-color css

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

 a { background-color: rgb(56,128,103); }

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

border-color css

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

 span { border-color: rgb(56,128,103); }

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