Html Css Color HEX #3CB285 Jungle Green

📋 copy color: '#3CB285'

red 60 ◦ green 178 ◦ blue 133

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

Shades of Jungle Green #3CB285

Tints of Jungle Green #3CB285

RGB

 RED value IS 60 (23.83% from 255) = 16.17%

 GREEN value IS 178 (69.92% from 255) = 47.98%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 16.17%
G = 47.98%
B = 35.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#3CB285 (or 0x3CB285) is known color: Jungle Green. HEX triplet: 3C, B2 and 85. RGB value is (60,178,133). Sum of RGB (Red+Green+Blue) = 60+178+133=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB285 is #C34D7A. Grayscale: #898989. Windows color (decimal): -12799355 or 8761916. OLE color: 8761916.

HSL color Cylindrical-coordinate representation of color #3CB285: hue angle of 157.12º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB285 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 178 133 -
CMYK 0.66 0 0.25 0.30
HSL 157.12º 0.5% 0.47% -
HSV(B) 157.12º 0.66% 0.7% -
XYZ 22.02 34.49 27.69 -
YUV 137.59 125.41 72.66 -
System Red Green Blue C M Y K H S L
Decimal 60 178 133 0.66 0 0.25 0.30 157.12 0.5 0.47
Hex 3C B2 85 42 0 19 1E 9D 32 2F
Octal 74 262 205 102 0 31 36 235 62 57
Binary 111100 10110010 10000101 1000010 0 11001 11110 10011101 110010 101111

Color Harmonies of #3CB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB285

Black with #3CB285

Text Example


Text Example

White with #3CB285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,178,133); }

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

background-color css

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

 a { background-color: rgb(60,178,133); }

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

border-color css

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

 span { border-color: rgb(60,178,133); }

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