Html Css Color HEX #3B430F Turtle Green

📋 copy color: '#3B430F'

red 59 ◦ green 67 ◦ blue 15

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

Shades of Turtle Green #3B430F

Tints of Turtle Green #3B430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 41.84%
G = 47.52%
B = 10.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#3B430F (or 0x3B430F) is known color: Turtle Green. HEX triplet: 3B, 43 and 0F. RGB value is (59,67,15). Sum of RGB (Red+Green+Blue) = 59+67+15=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #3B430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B430F is #C4BCF0. Grayscale: #3A3A3A. Windows color (decimal): -12893425 or 1000251. OLE color: 1000251.

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

Color convert

RGB 59 67 15 -
CMYK 0.12 0 0.78 0.74
HSL 69.23º 0.63% 0.16% -
HSV(B) 69.23º 0.78% 0.26% -
XYZ 3.9 4.98 1.21 -
YUV 58.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 59 67 15 0.12 0 0.78 0.74 69.23 0.63 0.16
Hex 3B 43 F C 0 4E 4A 45 3F 10
Octal 73 103 17 14 0 116 112 105 77 20
Binary 111011 1000011 1111 1100 0 1001110 1001010 1000101 111111 10000

Color Harmonies of #3B430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B430F

Black with #3B430F

Text Example


Text Example

White with #3B430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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