Html Css Color HEX #3B430B Turtle Green

📋 copy color: '#3B430B'

red 59 ◦ green 67 ◦ blue 11

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

Shades of Turtle Green #3B430B

Tints of Turtle Green #3B430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 43.07%
G = 48.91%
B = 8.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#3B430B (or 0x3B430B) is known color: Turtle Green. HEX triplet: 3B, 43 and 0B. RGB value is (59,67,11). Sum of RGB (Red+Green+Blue) = 59+67+11=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #3B430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B430B is #C4BCF4. Grayscale: #3A3A3A. Windows color (decimal): -12893429 or 738107. OLE color: 738107.

HSL color Cylindrical-coordinate representation of color #3B430B: hue angle of 68.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B430B is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 67 11 -
CMYK 0.12 0 0.84 0.74
HSL 68.57º 0.72% 0.15% -
HSV(B) 68.57º 0.84% 0.26% -
XYZ 3.87 4.97 1.07 -
YUV 58.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 59 67 11 0.12 0 0.84 0.74 68.57 0.72 0.15
Hex 3B 43 B C 0 54 4A 45 48 F
Octal 73 103 13 14 0 124 112 105 110 17
Binary 111011 1000011 1011 1100 0 1010100 1001010 1000101 1001000 1111

Color Harmonies of #3B430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B430B

Black with #3B430B

Text Example


Text Example

White with #3B430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,11); }

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

background-color css

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

 a { background-color: rgb(59,67,11); }

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

border-color css

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

 span { border-color: rgb(59,67,11); }

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