Html Css Color HEX #388F4D Chateau Green

📋 copy color: '#388F4D'

red 56 ◦ green 143 ◦ blue 77

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

Shades of Chateau Green #388F4D

Tints of Chateau Green #388F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.81%

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 20.29%
G = 51.81%
B = 27.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#388F4D (or 0x388F4D) is known color: Chateau Green. HEX triplet: 38, 8F and 4D. RGB value is (56,143,77). Sum of RGB (Red+Green+Blue) = 56+143+77=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #388F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F4D is #C770B2. Grayscale: #6D6D6D. Windows color (decimal): -13070515 or 5082936. OLE color: 5082936.

HSL color Cylindrical-coordinate representation of color #388F4D: hue angle of 134.48º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F4D is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 77 -
CMYK 0.61 0 0.46 0.44
HSL 134.48º 0.44% 0.39% -
HSV(B) 134.48º 0.61% 0.56% -
XYZ 12.79 21.02 10.4 -
YUV 109.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 56 143 77 0.61 0 0.46 0.44 134.48 0.44 0.39
Hex 38 8F 4D 3D 0 2E 2C 86 2C 27
Octal 70 217 115 75 0 56 54 206 54 47
Binary 111000 10001111 1001101 111101 0 101110 101100 10000110 101100 100111

Color Harmonies of #388F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F4D

Black with #388F4D

Text Example


Text Example

White with #388F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,77); }

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

background-color css

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

 a { background-color: rgb(56,143,77); }

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

border-color css

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

 span { border-color: rgb(56,143,77); }

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