Html Css Color HEX #3D8D4B Chateau Green

📋 copy color: '#3D8D4B'

red 61 ◦ green 141 ◦ blue 75

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

Shades of Chateau Green #3D8D4B

Tints of Chateau Green #3D8D4B

RGB

 RED value IS 61 (24.22% from 255) = 22.02%

 GREEN value IS 141 (55.47% from 255) = 50.9%

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

R = 22.02%
G = 50.9%
B = 27.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#3D8D4B (or 0x3D8D4B) is known color: Chateau Green. HEX triplet: 3D, 8D and 4B. RGB value is (61,141,75). Sum of RGB (Red+Green+Blue) = 61+141+75=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8D4B is #C272B4. Grayscale: #6D6D6D. Windows color (decimal): -12743349 or 4951357. OLE color: 4951357.

HSL color Cylindrical-coordinate representation of color #3D8D4B: hue angle of 130.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D4B is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 141 75 -
CMYK 0.57 0 0.47 0.45
HSL 130.5º 0.4% 0.4% -
HSV(B) 130.5º 0.57% 0.55% -
XYZ 12.72 20.55 9.95 -
YUV 109.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 61 141 75 0.57 0 0.47 0.45 130.5 0.4 0.4
Hex 3D 8D 4B 39 0 2F 2D 82 28 28
Octal 75 215 113 71 0 57 55 202 50 50
Binary 111101 10001101 1001011 111001 0 101111 101101 10000010 101000 101000

Color Harmonies of #3D8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8D4B

Black with #3D8D4B

Text Example


Text Example

White with #3D8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D8D4B; }

 p { color: rgb(61,141,75); }

 H1.HeaderClassName
 {
   color: #3D8D4B;
 }
 .AnyTagClassName
 {
   color: #3D8D4B;
 }
</style>

background-color css

<style>
 a { background-color: #3D8D4B; }

 a { background-color: rgb(61,141,75); }

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

border-color css

<style>
 span { border-color: #3D8D4B; }

 span { border-color: rgb(61,141,75); }

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