Html Css Color HEX #3D430B Turtle Green

📋 copy color: '#3D430B'

red 61 ◦ green 67 ◦ blue 11

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

Shades of Turtle Green #3D430B

Tints of Turtle Green #3D430B

RGB

 RED value IS 61 (24.22% from 255) = 43.88%

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

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

R = 43.88%
G = 48.2%
B = 7.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.74

RGB Variations

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

Color information

#3D430B (or 0x3D430B) is known color: Turtle Green. HEX triplet: 3D, 43 and 0B. RGB value is (61,67,11). Sum of RGB (Red+Green+Blue) = 61+67+11=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #3D430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D430B is #C2BCF4. Grayscale: #3B3B3B. Windows color (decimal): -12762357 or 738109. OLE color: 738109.

HSL color Cylindrical-coordinate representation of color #3D430B: hue angle of 66.43º 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 #3D430B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB 61 67 11 -
CMYK 0.09 0 0.84 0.74
HSL 66.43º 0.72% 0.15% -
HSV(B) 66.43º 0.84% 0.26% -
XYZ 3.99 5.03 1.08 -
YUV 58.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 61 67 11 0.09 0 0.84 0.74 66.43 0.72 0.15
Hex 3D 43 B 9 0 54 4A 42 48 F
Octal 75 103 13 11 0 124 112 102 110 17
Binary 111101 1000011 1011 1001 0 1010100 1001010 1000010 1001000 1111

Color Harmonies of #3D430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D430B

Black with #3D430B

Text Example


Text Example

White with #3D430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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