Html Css Color HEX #38914B Chateau Green

📋 copy color: '#38914B'

red 56 ◦ green 145 ◦ blue 75

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

Shades of Chateau Green #38914B

Tints of Chateau Green #38914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.54%

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

R = 20.29%
G = 52.54%
B = 27.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#38914B (or 0x38914B) is known color: Chateau Green. HEX triplet: 38, 91 and 4B. RGB value is (56,145,75). Sum of RGB (Red+Green+Blue) = 56+145+75=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #38914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38914B is #C76EB4. Grayscale: #6E6E6E. Windows color (decimal): -13070005 or 4952376. OLE color: 4952376.

HSL color Cylindrical-coordinate representation of color #38914B: hue angle of 132.81º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38914B is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 145 75 -
CMYK 0.61 0 0.48 0.43
HSL 132.81º 0.44% 0.39% -
HSV(B) 132.81º 0.61% 0.57% -
XYZ 13.03 21.6 10.14 -
YUV 110.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 56 145 75 0.61 0 0.48 0.43 132.81 0.44 0.39
Hex 38 91 4B 3D 0 30 2B 85 2C 27
Octal 70 221 113 75 0 60 53 205 54 47
Binary 111000 10010001 1001011 111101 0 110000 101011 10000101 101100 100111

Color Harmonies of #38914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38914B

Black with #38914B

Text Example


Text Example

White with #38914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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