Html Css Color HEX #38AB4A Chateau Green

📋 copy color: '#38AB4A'

red 56 ◦ green 171 ◦ blue 74

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

Shades of Chateau Green #38AB4A

Tints of Chateau Green #38AB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 18.6%
G = 56.81%
B = 24.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#38AB4A (or 0x38AB4A) is known color: Chateau Green. HEX triplet: 38, AB and 4A. RGB value is (56,171,74). Sum of RGB (Red+Green+Blue) = 56+171+74=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB4A is #C754B5. Grayscale: #7D7D7D. Windows color (decimal): -13063350 or 4893496. OLE color: 4893496.

HSL color Cylindrical-coordinate representation of color #38AB4A: hue angle of 129.39º 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 #38AB4A is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 74 -
CMYK 0.67 0 0.57 0.33
HSL 129.39º 0.51% 0.45% -
HSV(B) 129.39º 0.67% 0.67% -
XYZ 17.43 30.46 11.44 -
YUV 125.56 98.9 78.39 -
System Red Green Blue C M Y K H S L
Decimal 56 171 74 0.67 0 0.57 0.33 129.39 0.51 0.45
Hex 38 AB 4A 43 0 39 21 81 33 2D
Octal 70 253 112 103 0 71 41 201 63 55
Binary 111000 10101011 1001010 1000011 0 111001 100001 10000001 110011 101101

Color Harmonies of #38AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB4A

Black with #38AB4A

Text Example


Text Example

White with #38AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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