Html Css Color HEX #38AF5D Chateau Green

📋 copy color: '#38AF5D'

red 56 ◦ green 175 ◦ blue 93

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

Shades of Chateau Green #38AF5D

Tints of Chateau Green #38AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 17.28%
G = 54.01%
B = 28.7%

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

#38AF5D (or 0x38AF5D) is known color: Chateau Green. HEX triplet: 38, AF and 5D. RGB value is (56,175,93). Sum of RGB (Red+Green+Blue) = 56+175+93=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AF5D is #C750A2. Grayscale: #828282. Windows color (decimal): -13062307 or 6139704. OLE color: 6139704.

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

Color convert

RGB 56 175 93 -
CMYK 0.68 0 0.47 0.31
HSL 138.66º 0.52% 0.45% -
HSV(B) 138.66º 0.68% 0.69% -
XYZ 18.94 32.29 15.59 -
YUV 130.07 107.08 75.17 -
System Red Green Blue C M Y K H S L
Decimal 56 175 93 0.68 0 0.47 0.31 138.66 0.52 0.45
Hex 38 AF 5D 44 0 2F 1F 8B 34 2D
Octal 70 257 135 104 0 57 37 213 64 55
Binary 111000 10101111 1011101 1000100 0 101111 11111 10001011 110100 101101

Color Harmonies of #38AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AF5D

Black with #38AF5D

Text Example


Text Example

White with #38AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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