Html Css Color HEX #38A65C Chateau Green

📋 copy color: '#38A65C'

red 56 ◦ green 166 ◦ blue 92

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

Shades of Chateau Green #38A65C

Tints of Chateau Green #38A65C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

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

R = 17.83%
G = 52.87%
B = 29.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#38A65C (or 0x38A65C) is known color: Chateau Green. HEX triplet: 38, A6 and 5C. RGB value is (56,166,92). Sum of RGB (Red+Green+Blue) = 56+166+92=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #38A65C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A65C is #C759A3. Grayscale: #7C7C7C. Windows color (decimal): -13064612 or 6071864. OLE color: 6071864.

HSL color Cylindrical-coordinate representation of color #38A65C: hue angle of 139.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A65C is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 92 -
CMYK 0.66 0 0.45 0.35
HSL 139.64º 0.5% 0.44% -
HSV(B) 139.64º 0.66% 0.65% -
XYZ 17.2 28.89 14.79 -
YUV 124.67 109.56 79.02 -
System Red Green Blue C M Y K H S L
Decimal 56 166 92 0.66 0 0.45 0.35 139.64 0.5 0.44
Hex 38 A6 5C 42 0 2D 23 8C 32 2C
Octal 70 246 134 102 0 55 43 214 62 54
Binary 111000 10100110 1011100 1000010 0 101101 100011 10001100 110010 101100

Color Harmonies of #38A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A65C

Black with #38A65C

Text Example


Text Example

White with #38A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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