Html Css Color HEX #38AF5C Chateau Green

📋 copy color: '#38AF5C'

red 56 ◦ green 175 ◦ blue 92

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

Shades of Chateau Green #38AF5C

Tints of Chateau Green #38AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 17.34%
G = 54.18%
B = 28.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#38AF5C (or 0x38AF5C) is known color: Chateau Green. HEX triplet: 38, AF and 5C. RGB value is (56,175,92). Sum of RGB (Red+Green+Blue) = 56+175+92=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF5C is #C750A3. Grayscale: #828282. Windows color (decimal): -13062308 or 6074168. OLE color: 6074168.

HSL color Cylindrical-coordinate representation of color #38AF5C: hue angle of 138.15º 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 #38AF5C is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 175 92 -
CMYK 0.68 0 0.47 0.31
HSL 138.15º 0.52% 0.45% -
HSV(B) 138.15º 0.68% 0.69% -
XYZ 18.89 32.27 15.36 -
YUV 129.96 106.58 75.25 -
System Red Green Blue C M Y K H S L
Decimal 56 175 92 0.68 0 0.47 0.31 138.15 0.52 0.45
Hex 38 AF 5C 44 0 2F 1F 8A 34 2D
Octal 70 257 134 104 0 57 37 212 64 55
Binary 111000 10101111 1011100 1000100 0 101111 11111 10001010 110100 101101

Color Harmonies of #38AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF5C

Black with #38AF5C

Text Example


Text Example

White with #38AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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