Html Css Color HEX #38AA4D Chateau Green

📋 copy color: '#38AA4D'

red 56 ◦ green 170 ◦ blue 77

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

Shades of Chateau Green #38AA4D

Tints of Chateau Green #38AA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.11%

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

R = 18.48%
G = 56.11%
B = 25.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#38AA4D (or 0x38AA4D) is known color: Chateau Green. HEX triplet: 38, AA and 4D. RGB value is (56,170,77). Sum of RGB (Red+Green+Blue) = 56+170+77=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA4D is #C755B2. Grayscale: #7D7D7D. Windows color (decimal): -13063603 or 5089848. OLE color: 5089848.

HSL color Cylindrical-coordinate representation of color #38AA4D: hue angle of 131.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA4D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 77 -
CMYK 0.67 0 0.55 0.33
HSL 131.05º 0.5% 0.44% -
HSV(B) 131.05º 0.67% 0.67% -
XYZ 17.35 30.13 11.92 -
YUV 125.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 56 170 77 0.67 0 0.55 0.33 131.05 0.5 0.44
Hex 38 AA 4D 43 0 37 21 83 32 2C
Octal 70 252 115 103 0 67 41 203 62 54
Binary 111000 10101010 1001101 1000011 0 110111 100001 10000011 110010 101100

Color Harmonies of #38AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA4D

Black with #38AA4D

Text Example


Text Example

White with #38AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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