Html Css Color HEX #3B4103 Turtle Green

📋 copy color: '#3B4103'

red 59 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #3B4103

Tints of Turtle Green #3B4103

RGB

 RED value IS 59 (23.44% from 255) = 46.46%

 GREEN value IS 65 (25.78% from 255) = 51.18%

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

R = 46.46%
G = 51.18%
B = 2.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#3B4103 (or 0x3B4103) is known color: Turtle Green. HEX triplet: 3B, 41 and 03. RGB value is (59,65,3). Sum of RGB (Red+Green+Blue) = 59+65+3=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 3 (1.56% from 255 or 2.36% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4103 is #C4BEFC. Grayscale: #383838. Windows color (decimal): -12893949 or 213307. OLE color: 213307.

HSL color Cylindrical-coordinate representation of color #3B4103: hue angle of 65.81º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B4103 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 65 3 -
CMYK 0.09 0 0.95 0.75
HSL 65.81º 0.91% 0.13% -
HSV(B) 65.81º 0.95% 0.25% -
XYZ 3.71 4.72 0.8 -
YUV 56.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 59 65 3 0.09 0 0.95 0.75 65.81 0.91 0.13
Hex 3B 41 3 9 0 5F 4B 42 5B D
Octal 73 101 3 11 0 137 113 102 133 15
Binary 111011 1000001 11 1001 0 1011111 1001011 1000010 1011011 1101

Color Harmonies of #3B4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4103

Black with #3B4103

Text Example


Text Example

White with #3B4103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,3); }

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

background-color css

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

 a { background-color: rgb(59,65,3); }

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

border-color css

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

 span { border-color: rgb(59,65,3); }

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