Html Css Color HEX #3A3D1B Turtle Green

📋 copy color: '#3A3D1B'

red 58 ◦ green 61 ◦ blue 27

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

Shades of Turtle Green #3A3D1B

Tints of Turtle Green #3A3D1B

RGB

 RED value IS 58 (23.05% from 255) = 39.73%

 GREEN value IS 61 (24.22% from 255) = 41.78%

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 39.73%
G = 41.78%
B = 18.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3A3D1B (or 0x3A3D1B) is known color: Turtle Green. HEX triplet: 3A, 3D and 1B. RGB value is (58,61,27). Sum of RGB (Red+Green+Blue) = 58+61+27=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D1B is #C5C2E4. Grayscale: #383838. Windows color (decimal): -12960485 or 1785146. OLE color: 1785146.

HSL color Cylindrical-coordinate representation of color #3A3D1B: hue angle of 65.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3D1B is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 61 27 -
CMYK 0.05 0 0.56 0.76
HSL 65.29º 0.39% 0.17% -
HSV(B) 65.29º 0.56% 0.24% -
XYZ 3.61 4.32 1.68 -
YUV 56.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 58 61 27 0.05 0 0.56 0.76 65.29 0.39 0.17
Hex 3A 3D 1B 5 0 38 4C 41 27 11
Octal 72 75 33 5 0 70 114 101 47 21
Binary 111010 111101 11011 101 0 111000 1001100 1000001 100111 10001

Color Harmonies of #3A3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3D1B

Black with #3A3D1B

Text Example


Text Example

White with #3A3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,61,27); }

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

background-color css

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

 a { background-color: rgb(58,61,27); }

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

border-color css

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

 span { border-color: rgb(58,61,27); }

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