Html Css Color HEX #38A55A Chateau Green

📋 copy color: '#38A55A'

red 56 ◦ green 165 ◦ blue 90

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

Shades of Chateau Green #38A55A

Tints of Chateau Green #38A55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.05%

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

R = 18.01%
G = 53.05%
B = 28.94%

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

#38A55A (or 0x38A55A) is known color: Chateau Green. HEX triplet: 38, A5 and 5A. RGB value is (56,165,90). Sum of RGB (Red+Green+Blue) = 56+165+90=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #38A55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A55A is #C75AA5. Grayscale: #7C7C7C. Windows color (decimal): -13064870 or 5940536. OLE color: 5940536.

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

Color convert

RGB 56 165 90 -
CMYK 0.66 0 0.45 0.35
HSL 138.72º 0.49% 0.43% -
HSV(B) 138.72º 0.66% 0.65% -
XYZ 16.93 28.49 14.28 -
YUV 123.86 108.89 79.6 -
System Red Green Blue C M Y K H S L
Decimal 56 165 90 0.66 0 0.45 0.35 138.72 0.49 0.43
Hex 38 A5 5A 42 0 2D 23 8B 31 2B
Octal 70 245 132 102 0 55 43 213 61 53
Binary 111000 10100101 1011010 1000010 0 101101 100011 10001011 110001 101011

Color Harmonies of #38A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A55A

Black with #38A55A

Text Example


Text Example

White with #38A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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