Html Css Color HEX #388C48 Chateau Green

📋 copy color: '#388C48'

red 56 ◦ green 140 ◦ blue 72

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

Shades of Chateau Green #388C48

Tints of Chateau Green #388C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.24%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 20.9%
G = 52.24%
B = 26.87%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#388C48 (or 0x388C48) is known color: Chateau Green. HEX triplet: 38, 8C and 48. RGB value is (56,140,72). Sum of RGB (Red+Green+Blue) = 56+140+72=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #388C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C48 is #C773B7. Grayscale: #6B6B6B. Windows color (decimal): -13071288 or 4754488. OLE color: 4754488.

HSL color Cylindrical-coordinate representation of color #388C48: hue angle of 131.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C48 is Cyan = 0.6, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 72 -
CMYK 0.6 0 0.49 0.45
HSL 131.43º 0.43% 0.38% -
HSV(B) 131.43º 0.6% 0.55% -
XYZ 12.18 20.06 9.36 -
YUV 107.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 56 140 72 0.6 0 0.49 0.45 131.43 0.43 0.38
Hex 38 8C 48 3C 0 31 2D 83 2B 26
Octal 70 214 110 74 0 61 55 203 53 46
Binary 111000 10001100 1001000 111100 0 110001 101101 10000011 101011 100110

Color Harmonies of #388C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C48

Black with #388C48

Text Example


Text Example

White with #388C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388C48; }

 p { color: rgb(56,140,72); }

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

background-color css

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

 a { background-color: rgb(56,140,72); }

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

border-color css

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

 span { border-color: rgb(56,140,72); }

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