Html Css Color HEX #38A65B Chateau Green

📋 copy color: '#38A65B'

red 56 ◦ green 166 ◦ blue 91

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

Shades of Chateau Green #38A65B

Tints of Chateau Green #38A65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 17.89%
G = 53.04%
B = 29.07%

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

#38A65B (or 0x38A65B) is known color: Chateau Green. HEX triplet: 38, A6 and 5B. RGB value is (56,166,91). Sum of RGB (Red+Green+Blue) = 56+166+91=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #38A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A65B is #C759A4. Grayscale: #7C7C7C. Windows color (decimal): -13064613 or 6006328. OLE color: 6006328.

HSL color Cylindrical-coordinate representation of color #38A65B: hue angle of 139.09º 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 #38A65B is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 166 91 -
CMYK 0.66 0 0.45 0.35
HSL 139.09º 0.5% 0.44% -
HSV(B) 139.09º 0.66% 0.65% -
XYZ 17.16 28.87 14.57 -
YUV 124.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 56 166 91 0.66 0 0.45 0.35 139.09 0.5 0.44
Hex 38 A6 5B 42 0 2D 23 8B 32 2C
Octal 70 246 133 102 0 55 43 213 62 54
Binary 111000 10100110 1011011 1000010 0 101101 100011 10001011 110010 101100

Color Harmonies of #38A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A65B

Black with #38A65B

Text Example


Text Example

White with #38A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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