Html Css Color HEX #38AF5A Chateau Green

📋 copy color: '#38AF5A'

red 56 ◦ green 175 ◦ blue 90

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

Shades of Chateau Green #38AF5A

Tints of Chateau Green #38AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.52%

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 17.45%
G = 54.52%
B = 28.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#38AF5A (or 0x38AF5A) is known color: Chateau Green. HEX triplet: 38, AF and 5A. RGB value is (56,175,90). Sum of RGB (Red+Green+Blue) = 56+175+90=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF5A is #C750A5. Grayscale: #818181. Windows color (decimal): -13062310 or 5943096. OLE color: 5943096.

HSL color Cylindrical-coordinate representation of color #38AF5A: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AF5A is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 90 -
CMYK 0.68 0 0.49 0.31
HSL 137.14º 0.52% 0.45% -
HSV(B) 137.14º 0.68% 0.69% -
XYZ 18.81 32.24 14.9 -
YUV 129.73 105.58 75.41 -
System Red Green Blue C M Y K H S L
Decimal 56 175 90 0.68 0 0.49 0.31 137.14 0.52 0.45
Hex 38 AF 5A 44 0 31 1F 89 34 2D
Octal 70 257 132 104 0 61 37 211 64 55
Binary 111000 10101111 1011010 1000100 0 110001 11111 10001001 110100 101101

Color Harmonies of #38AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF5A

Black with #38AF5A

Text Example


Text Example

White with #38AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,175,90); }

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

background-color css

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

 a { background-color: rgb(56,175,90); }

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

border-color css

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

 span { border-color: rgb(56,175,90); }

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