Html Css Color HEX #3C4303 Turtle Green

📋 copy color: '#3C4303'

red 60 ◦ green 67 ◦ blue 3

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

Shades of Turtle Green #3C4303

Tints of Turtle Green #3C4303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.54%

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 46.15%
G = 51.54%
B = 2.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#3C4303 (or 0x3C4303) is known color: Turtle Green. HEX triplet: 3C, 43 and 03. RGB value is (60,67,3). Sum of RGB (Red+Green+Blue) = 60+67+3=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4303 is #C3BCFC. Grayscale: #393939. Windows color (decimal): -12827901 or 213820. OLE color: 213820.

HSL color Cylindrical-coordinate representation of color #3C4303: hue angle of 66.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C4303 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 67 3 -
CMYK 0.10 0 0.96 0.74
HSL 66.56º 0.91% 0.14% -
HSV(B) 66.56º 0.96% 0.26% -
XYZ 3.89 4.98 0.84 -
YUV 57.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 60 67 3 0.10 0 0.96 0.74 66.56 0.91 0.14
Hex 3C 43 3 A 0 60 4A 43 5B E
Octal 74 103 3 12 0 140 112 103 133 16
Binary 111100 1000011 11 1010 0 1100000 1001010 1000011 1011011 1110

Color Harmonies of #3C4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4303

Black with #3C4303

Text Example


Text Example

White with #3C4303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,67,3); }

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

background-color css

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

 a { background-color: rgb(60,67,3); }

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

border-color css

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

 span { border-color: rgb(60,67,3); }

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