Html Css Color HEX #38AB4C Chateau Green

📋 copy color: '#38AB4C'

red 56 ◦ green 171 ◦ blue 76

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

Shades of Chateau Green #38AB4C

Tints of Chateau Green #38AB4C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

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

R = 18.48%
G = 56.44%
B = 25.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#38AB4C (or 0x38AB4C) is known color: Chateau Green. HEX triplet: 38, AB and 4C. RGB value is (56,171,76). Sum of RGB (Red+Green+Blue) = 56+171+76=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB4C is #C754B3. Grayscale: #7E7E7E. Windows color (decimal): -13063348 or 5024568. OLE color: 5024568.

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

Color convert

RGB 56 171 76 -
CMYK 0.67 0 0.56 0.33
HSL 130.43º 0.51% 0.45% -
HSV(B) 130.43º 0.67% 0.67% -
XYZ 17.5 30.49 11.8 -
YUV 125.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 56 171 76 0.67 0 0.56 0.33 130.43 0.51 0.45
Hex 38 AB 4C 43 0 38 21 82 33 2D
Octal 70 253 114 103 0 70 41 202 63 55
Binary 111000 10101011 1001100 1000011 0 111000 100001 10000010 110011 101101

Color Harmonies of #38AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB4C

Black with #38AB4C

Text Example


Text Example

White with #38AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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