Html Css Color HEX #38A64D Chateau Green

📋 copy color: '#38A64D'

red 56 ◦ green 166 ◦ blue 77

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

Shades of Chateau Green #38A64D

Tints of Chateau Green #38A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.52%

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

R = 18.73%
G = 55.52%
B = 25.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#38A64D (or 0x38A64D) is known color: Chateau Green. HEX triplet: 38, A6 and 4D. RGB value is (56,166,77). Sum of RGB (Red+Green+Blue) = 56+166+77=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #38A64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A64D is #C759B2. Grayscale: #7B7B7B. Windows color (decimal): -13064627 or 5088824. OLE color: 5088824.

HSL color Cylindrical-coordinate representation of color #38A64D: hue angle of 131.45º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A64D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 77 -
CMYK 0.66 0 0.54 0.35
HSL 131.45º 0.5% 0.44% -
HSV(B) 131.45º 0.66% 0.65% -
XYZ 16.61 28.65 11.68 -
YUV 122.96 102.06 80.24 -
System Red Green Blue C M Y K H S L
Decimal 56 166 77 0.66 0 0.54 0.35 131.45 0.5 0.44
Hex 38 A6 4D 42 0 36 23 83 32 2C
Octal 70 246 115 102 0 66 43 203 62 54
Binary 111000 10100110 1001101 1000010 0 110110 100011 10000011 110010 101100

Color Harmonies of #38A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A64D

Black with #38A64D

Text Example


Text Example

White with #38A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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