Html Css Color HEX #38A84D Chateau Green

📋 copy color: '#38A84D'

red 56 ◦ green 168 ◦ blue 77

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

Shades of Chateau Green #38A84D

Tints of Chateau Green #38A84D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.81%

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

R = 18.6%
G = 55.81%
B = 25.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#38A84D (or 0x38A84D) is known color: Chateau Green. HEX triplet: 38, A8 and 4D. RGB value is (56,168,77). Sum of RGB (Red+Green+Blue) = 56+168+77=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #38A84D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A84D is #C757B2. Grayscale: #7C7C7C. Windows color (decimal): -13064115 or 5089336. OLE color: 5089336.

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

Color convert

RGB 56 168 77 -
CMYK 0.67 0 0.54 0.34
HSL 131.25º 0.5% 0.44% -
HSV(B) 131.25º 0.67% 0.66% -
XYZ 16.97 29.38 11.8 -
YUV 124.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 56 168 77 0.67 0 0.54 0.34 131.25 0.5 0.44
Hex 38 A8 4D 43 0 36 22 83 32 2C
Octal 70 250 115 103 0 66 42 203 62 54
Binary 111000 10101000 1001101 1000011 0 110110 100010 10000011 110010 101100

Color Harmonies of #38A84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A84D

Black with #38A84D

Text Example


Text Example

White with #38A84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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