Html Css Color HEX #38410D Turtle Green

📋 copy color: '#38410D'

red 56 ◦ green 65 ◦ blue 13

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

Shades of Turtle Green #38410D

Tints of Turtle Green #38410D

RGB

 RED value IS 56 (22.27% from 255) = 41.79%

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 41.79%
G = 48.51%
B = 9.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#38410D (or 0x38410D) is known color: Turtle Green. HEX triplet: 38, 41 and 0D. RGB value is (56,65,13). Sum of RGB (Red+Green+Blue) = 56+65+13=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #38410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38410D is #C7BEF2. Grayscale: #383838. Windows color (decimal): -13090547 or 868664. OLE color: 868664.

HSL color Cylindrical-coordinate representation of color #38410D: hue angle of 70.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38410D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 13 -
CMYK 0.14 0 0.80 0.75
HSL 70.38º 0.67% 0.15% -
HSV(B) 70.38º 0.8% 0.25% -
XYZ 3.59 4.65 1.09 -
YUV 56.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 56 65 13 0.14 0 0.80 0.75 70.38 0.67 0.15
Hex 38 41 D E 0 50 4B 46 43 F
Octal 70 101 15 16 0 120 113 106 103 17
Binary 111000 1000001 1101 1110 0 1010000 1001011 1000110 1000011 1111

Color Harmonies of #38410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38410D

Black with #38410D

Text Example


Text Example

White with #38410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38410D; }

 p { color: rgb(56,65,13); }

 H1.HeaderClassName
 {
   color: #38410D;
 }
 .AnyTagClassName
 {
   color: #38410D;
 }
</style>

background-color css

<style>
 a { background-color: #38410D; }

 a { background-color: rgb(56,65,13); }

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

border-color css

<style>
 span { border-color: #38410D; }

 span { border-color: rgb(56,65,13); }

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