Html Css Color HEX #38924B Chateau Green

📋 copy color: '#38924B'

red 56 ◦ green 146 ◦ blue 75

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

Shades of Chateau Green #38924B

Tints of Chateau Green #38924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.71%

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 20.22%
G = 52.71%
B = 27.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#38924B (or 0x38924B) is known color: Chateau Green. HEX triplet: 38, 92 and 4B. RGB value is (56,146,75). Sum of RGB (Red+Green+Blue) = 56+146+75=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #38924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38924B is #C76DB4. Grayscale: #6F6F6F. Windows color (decimal): -13069749 or 4952632. OLE color: 4952632.

HSL color Cylindrical-coordinate representation of color #38924B: hue angle of 132.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38924B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 75 -
CMYK 0.62 0 0.49 0.43
HSL 132.67º 0.45% 0.4% -
HSV(B) 132.67º 0.62% 0.57% -
XYZ 13.18 21.91 10.19 -
YUV 111 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 56 146 75 0.62 0 0.49 0.43 132.67 0.45 0.4
Hex 38 92 4B 3E 0 31 2B 85 2D 28
Octal 70 222 113 76 0 61 53 205 55 50
Binary 111000 10010010 1001011 111110 0 110001 101011 10000101 101101 101000

Color Harmonies of #38924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38924B

Black with #38924B

Text Example


Text Example

White with #38924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38924B; }

 p { color: rgb(56,146,75); }

 H1.HeaderClassName
 {
   color: #38924B;
 }
 .AnyTagClassName
 {
   color: #38924B;
 }
</style>

background-color css

<style>
 a { background-color: #38924B; }

 a { background-color: rgb(56,146,75); }

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

border-color css

<style>
 span { border-color: #38924B; }

 span { border-color: rgb(56,146,75); }

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