Html Css Color HEX #388C46 Chateau Green

📋 copy color: '#388C46'

red 56 ◦ green 140 ◦ blue 70

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

Shades of Chateau Green #388C46

Tints of Chateau Green #388C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 52.63%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 21.05%
G = 52.63%
B = 26.32%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#388C46 (or 0x388C46) is known color: Chateau Green. HEX triplet: 38, 8C and 46. RGB value is (56,140,70). Sum of RGB (Red+Green+Blue) = 56+140+70=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #388C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C46 is #C773B9. Grayscale: #6B6B6B. Windows color (decimal): -13071290 or 4623416. OLE color: 4623416.

HSL color Cylindrical-coordinate representation of color #388C46: hue angle of 130º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388C46 is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 70 -
CMYK 0.6 0 0.50 0.45
HSL 130º 0.43% 0.38% -
HSV(B) 130º 0.6% 0.55% -
XYZ 12.11 20.04 9.02 -
YUV 106.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 56 140 70 0.6 0 0.50 0.45 130 0.43 0.38
Hex 38 8C 46 3C 0 32 2D 82 2B 26
Octal 70 214 106 74 0 62 55 202 53 46
Binary 111000 10001100 1000110 111100 0 110010 101101 10000010 101011 100110

Color Harmonies of #388C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C46

Black with #388C46

Text Example


Text Example

White with #388C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388C46; }

 p { color: rgb(56,140,70); }

 H1.HeaderClassName
 {
   color: #388C46;
 }
 .AnyTagClassName
 {
   color: #388C46;
 }
</style>

background-color css

<style>
 a { background-color: #388C46; }

 a { background-color: rgb(56,140,70); }

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

border-color css

<style>
 span { border-color: #388C46; }

 span { border-color: rgb(56,140,70); }

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