Html Css Color HEX #38994C Chateau Green

📋 copy color: '#38994C'

red 56 ◦ green 153 ◦ blue 76

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

Shades of Chateau Green #38994C

Tints of Chateau Green #38994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.68%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 19.65%
G = 53.68%
B = 26.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#38994C (or 0x38994C) is known color: Chateau Green. HEX triplet: 38, 99 and 4C. RGB value is (56,153,76). Sum of RGB (Red+Green+Blue) = 56+153+76=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #38994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38994C is #C766B3. Grayscale: #737373. Windows color (decimal): -13067956 or 5019960. OLE color: 5019960.

HSL color Cylindrical-coordinate representation of color #38994C: hue angle of 132.37º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38994C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 153 76 -
CMYK 0.63 0 0.50 0.4
HSL 132.37º 0.46% 0.41% -
HSV(B) 132.37º 0.63% 0.6% -
XYZ 14.33 24.15 10.74 -
YUV 115.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 56 153 76 0.63 0 0.50 0.4 132.37 0.46 0.41
Hex 38 99 4C 3F 0 32 28 84 2E 29
Octal 70 231 114 77 0 62 50 204 56 51
Binary 111000 10011001 1001100 111111 0 110010 101000 10000100 101110 101001

Color Harmonies of #38994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38994C

Black with #38994C

Text Example


Text Example

White with #38994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38994C; }

 p { color: rgb(56,153,76); }

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

background-color css

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

 a { background-color: rgb(56,153,76); }

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

border-color css

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

 span { border-color: rgb(56,153,76); }

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